You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > Divide Method > VectorInt.Divide Method ([In] TMtxVecInt, [In] TMtxVecInt, [In] int, [In] int, [In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.Divide Method ([In] TMtxVecInt, [In] TMtxVecInt, [In] int, [In] int, [In] int, [In] int)

Divide coresponding elements in Num with Den.

Syntax
C#
Visual Basic
public TMtxVecInt Divide([In] TMtxVecInt Num, [In] TMtxVecInt Den, [In] int NumIndex, [In] int DenIndex, [In] int Index, [In] int Len);

Divide Num elements [NumIndex..NumIndex+Len-1] with corrresponding Deb elements [DenIndex..DenIndex+Len-1] and store the results in calling vector elements [Index..Index+Len-1]. An exception is raised if array borders are overrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!